object fConfirm: TfConfirm Left = 386 Top = 238 Width = 549 Height = 393 Caption = 'Confirm the restore operation' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 297 Width = 541 Height = 69 Align = alBottom TabOrder = 0 object Panel4: TPanel Left = 1 Top = 1 Width = 206 Height = 67 Align = alLeft Alignment = taLeftJustify TabOrder = 0 object CheckNew: TCheckBox Left = 16 Top = 6 Width = 184 Height = 17 Caption = 'delete new (added) keys / values' State = cbChecked TabOrder = 0 OnClick = CheckNewClick end object CheckDeleted: TCheckBox Left = 16 Top = 25 Width = 169 Height = 17 Caption = 'restore deleted Entries/Values' State = cbChecked TabOrder = 1 OnClick = CheckDeletedClick end object CheckAltered: TCheckBox Left = 16 Top = 44 Width = 169 Height = 17 Caption = 'backup altered Values' State = cbChecked TabOrder = 2 OnClick = CheckAlteredClick end end object Panel5: TPanel Left = 207 Top = 1 Width = 333 Height = 67 Align = alClient TabOrder = 1 object BitBtn2: TBitBtn Left = 59 Top = 21 Width = 87 Height = 25 Caption = 'Execute' TabOrder = 0 OnClick = BitBtn2Click Glyph.Data = { E6000000424DE60000000000000076000000280000000F0000000E0000000100 0400000000007000000000000000000000000000000000000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFF0087FFFFFFFFFFFF0B3087FFFFFFFFFFF0BB0087FF FFFFFFFF0BB3008FFFFFFFFFF0BBB008FFFFFFFFF00BBB007FFFFFFF00BBB007 FFF0FFFFF00BBB007FF0FFFFFFF00BB007F0FFFFFFFFF00B0070FFFFFFFFFFF0 00F0FFFFFFFFFFFFFFF0} end object BitBtn3: TBitBtn Left = 157 Top = 21 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 Kind = bkCancel end end end object Panel2: TPanel Left = 0 Top = 0 Width = 541 Height = 297 Align = alClient Caption = 'Panel2' TabOrder = 1 object Panel3: TPanel Left = 1 Top = 1 Width = 539 Height = 22 Align = alTop TabOrder = 0 object Label1: TLabel Left = 7 Top = 7 Width = 148 Height = 13 Caption = 'These Operations will be Done:' end end object ListView1: TListView Left = 1 Top = 23 Width = 539 Height = 273 Align = alClient Columns = < item Caption = 'Action' Width = 100 end item Caption = 'Path' Width = 200 end item Caption = 'Name' Width = 80 end item Caption = 'Value' Width = 100 end item Caption = 'Status' end> ReadOnly = False Font.Color = clWindowText Font.Height = -8 Font.Name = 'MS Sans Serif' Font.Style = [] TabOrder = 1 ViewStyle = vsReport end end end